CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - calculator stack

搜索资源列表

  1. calculator

    0下载:
  2. 用c++实现的利用堆栈完成的科学计算器 希望对大家有用-Using c++ to achieve the completion of a scientific calculator using stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:368344
    • 提供者:马玥
  1. Calculator

    1下载:
  2. c++语言编写的计算器程序,可以实现加减乘除,不过不支持双位数,使用堆栈编写,含有中缀表达式到后缀表达式的转换。-c++ language calculator program, Math can be achieved, but does not support double-digit, use the stack preparation, with infix expression to postfix expression converter.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:269870
    • 提供者:王文
  1. Calculator

    0下载:
  2. 利用栈实现一个计算器,支持加减乘除和乘方物种运算-Stack implementation using a calculator, support and involution, Math
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2166
    • 提供者:lijie
  1. Calculator

    0下载:
  2. 实现计算机的各种功能,加减乘除,以及多功能的括号,是利用栈来实现的-To achieve a variety of computer functions, addition and subtraction multiplication and division, and multi-function brackets, is achieved using a stack
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:75627
    • 提供者:qianyan
  1. calculator

    0下载:
  2. 这个小程序运行的结果类似于附件中的标准型计算器,使用了栈-Result of running this small program similar to the standard calculator annex, using the stack
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:62620
    • 提供者:何小婷
  1. calculator

    0下载:
  2. 初学数据结构 写的利用栈操作写得简单计算器-Beginners stack data structure write operation using a simple calculator written
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:248121
    • 提供者:wangxu
  1. calculator

    1下载:
  2. 用栈的方法实现表达式求值,本人数据结构与算法作业,健壮性较好,考虑了多种出错处理-The method used to achieve the stack expression evaluation, data structures and algorithms I work, good robustness, consider a variety of error handling
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:290056
    • 提供者:木子
  1. calculator(linux)

    0下载:
  2. 为了比较满足自己完美主义的追求..花了点时间。支持+-*/,()优先运算。封装c++标准库异常处理(c++标准),堆栈算法(明了易懂,功能强大)。注释也比较全。 适合大家交流作用。 -In order to compare the pursuit to satisfy his perfectionist .. took some time. Support+-*/,() priority operations. Package c++ standard library exception
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:42944
    • 提供者:杰哥
  1. Calculator

    0下载:
  2. 这是一个精简的迷你计算器应用软件程序,里面采用栈操作对输入数据和操作符进行处理,可以进行加减乘除表达式(含括弧)的计算。希望对你有用-This is a streamlined mini-calculator software program, which uses stack operations on the input data and operators to process, you can add or subtract multiply and divide expressions
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:810999
    • 提供者:VEricv
  1. Scientific_Calculator

    0下载:
  2. 科学计算器 定义字符数组file[]、expression[]分别用于接收输入文件名、输入 文件的内容,定义整形数length用于指示表达式的长度。函数开始 时,以文件方式输入表达式,用expression[]接收输入表达式、length 指示表达式的长度。然后调用IsRightInput()判断输入是否合法,如 果输入不合法则提示输入错误继续输入。如果输入正确,调用 Initial()函数初始化堆栈,调用DealInput()函数处理输
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:20027
    • 提供者:eve
  1. stackcaculate

    0下载:
  2. 用栈实现数值计算的计算器,数据结构经典算法。-Numerical calculation with the calculator stack implementation, data structure the classical algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2189
    • 提供者:夏雨
  1. stack

    0下载:
  2. 用栈的思想实现的简易计算器,可直接输入表达式,然后自动计算结果-Ideology with a stack of simple calculator, you can directly enter an expression, then automatically calculated
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1207
    • 提供者:一笑奈何
  1. compute

    0下载:
  2. 利用MFC和堆栈编写的计算器,要学习堆栈和MFC的朋友可以借鉴-Written using MFC and the calculator stack, stack and MFC to learn can learn from a friend
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2590
    • 提供者:urge
  1. Calculator

    0下载:
  2. 用VC6.0写的简易计算器,写了一个栈模板类,分别存储运算数和运算符,界面与处理分离,对栈的理解和学习有帮助,同时也对MFC编程初级入门者有很好的帮助作用-Write a simple calculator with VC6.0, write a template class stack, respectively, the number of storage operations and operators, separation of interface and handling of th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:44961
    • 提供者:Nick
  1. MyCalculator

    0下载:
  2. 实现中缀表达式转后缀表达式 能进行+,-,*,/,()的运算的计算器 使用数据结构堆栈-Switch to postfix infix expression to achieve expression Computing can be+,-,*,/,() calculator Stack data structure using
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1553274
    • 提供者:pyy
  1. calculator

    0下载:
  2. 一个比较简单的安卓计算器程序,使用栈可以判断加减乘除和括号的优先级-a simple android calculator program,use stack to judge the priority
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:59448
    • 提供者:huyong
  1. Calculator

    0下载:
  2. 实现+ - * / ()的堆栈实现的计算器 -calculator implement by stack structure
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:9253
    • 提供者:han
  1. calculator

    0下载:
  2. 实现四则运算(含括号)的简单程序,运用了C++中栈模板的操作。-The simple procedure of the four operations (including brackets), the use of the stack template C++ operation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:140796
    • 提供者:minx
  1. stack

    0下载:
  2. 实现一个简单的整数计算器,能够进行加,减,乘,除以及乘方运算。-A simple integer calculator capable of addition, subtraction, multiplication, in addition to and power computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:845259
    • 提供者:李晨
  1. s

    0下载:
  2. 一元稀疏多项式计算器,的栈内存储版本的实现-The realization of one yuan sparse polynomial calculator stack stored version
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:2774
    • 提供者:王涵
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com